?php /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, and ABSPATH. You can find more information * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing * wp-config.php} Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */ #switched ssl force back on 1/30/2024 define('FORCE_SSL_ADMIN', true); //define('WP_HOME','https://razzball.com'); //define('WP_SITEURL','https://razzball.com'); //Added by WP-Cache Manager //define( 'WPCACHEHOME', '/home/razzball/public_html/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager //define('DISABLE_WP_CRON', true); // trim post revisions //define('WP_POST_REVISIONS', 1); // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'razzball_wp2012'); /** MySQL database username */ define('DB_USER', 'razzball_wp2012'); /** MySQL database password */ define('DB_PASSWORD', '2MSe,t@5vI,^'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); define('WP_POST_REVISIONS', 3 ); /**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */ define('AUTH_KEY', 'n3s!B+~CZ7-tKja2KSYu|u&pU]d[q+BK$tPe*s*?hot6CyZxK:bhV68o:^SB'); define('LOGGED_IN_KEY', 'b}dATFtjslB/m25++xpV5q{ivN9D7:xp}6!|]FQAe.|z)+'); define('AUTH_SALT', '/,p@+llVW-w]Pq*6o>=]WF~L1;>i^H)YR!sCi*Wj9M]/f57[7-nN+U1xj4q`xE#@<@T;|-T6]Gb~b|@I4Ji|%]^w-J+q9mpu`vMwkrPGrb/QM7ums'); define('LOGGED_IN_SALT', '`|)t,`1|n,glb}-;[VXrhhVs4:2%?iGA+#8?L~MW%:|-8_9j5qb/1@WNb.fWiAWf6F7a t(}iiigScoHIxh$hw<@;x'); /**#@-*/ /** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each a unique * prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_crz1_'; /** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. For example, install * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * language support. */ define('WPLANG', ''); /* Multisite */ define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); //$base = '/'; define('DOMAIN_CURRENT_SITE', 'razzball.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define('WP_DEFAULT_THEME', 'razzball2017'); define('WP_MEMORY_LIMIT', '2048M'); define('ADMIN_COOKIE_PATH', '/'); define('COOKIE_DOMAIN', ''); define('COOKIEPATH', ''); define('SITECOOKIEPATH', ''); define('PMPRO_STRIPE_WEBHOOK_DEBUG', 'log'); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php'); //define('AUTOSAVE_INTERVAL', 180); //define('WP_POST_REVISIONS',3); //defined( 'SAVEQUERIES' ); //Disable File Edits // define('WP_DEBUG', true);